Latest Questions

Passing JSON from AngularJS to Springboot RestController is not working

I am facing a problem with one of the project that I work. Here is the scenario. I have Angular Springboot project, where from a HTML page, data has to be sent

LazyColumn with ConstraintLayout in android jetpack compose

I'm going to put a label on the top for each column and a LazyСolumn on the bottom. As follows. However, when I filled it out, the screen other than I ex

MySQL join from two different tables from different databases [duplicate]

I have created a MySQL join between two tables in two different databases on our account. The query works fine on my local server, but the hos

Valid leaf certificate in PEM format

I am troubleshooting an SSL certificate issue where after the.PFX conversion to.PEM file using the OpenSSL. The certificate is from Azure App Service Managed Ce

MantToMany - Cannot add or update a child row: a foreign key constraint fails

I am trying to create Many to Many relationship and save some data to database. I have entities: @Data @AllArgsConstructor @NoArgsConstructor @Entity public cla

How to connect NodeJS and Java?

I need for my Node application to be able to send and recieve data to/from an already running Java app or to launch Java app from Node. So, is there a way to se

How to dynamically add/remove back button from a page that's already been constructed in XamarinForms.Android?

Our team is currently implementing some UI/UX improvements to standardize how a user saves/cancels any changes made while editing data in our app; and I've got

AttributeError: module "__" has no attribute "___"

I have been wanting to play around with mouse and keyboard automation and I have just downloaded a package called "mouse"(https://github.com/boppreh/mouse). unf

How do I plot multiple caterpillar plots in one graph in ggplot?

So I have successfully plotted these graphs individually, now I want to create a plot that has all three categories in one graph with same scales but different

How to show only the latest index data in angular

Brief Explanation Lets say i have Add data button and i have three data A,B and C,when i add the data i wanted to show only the latest data which is added newly

CloudFront works initially then AccessDenied error

I have a CloudFront distribution setup that points to an S3 bucket whose purpose is to host a website. Whenever I go to a nested page: /path1/path2, the page re

npx create-react-app show error when installing

npx create-react-app shoing eror whent installing, please help me how to solve this problem. my nodejs version is v16.14.2 and npm version is 8.5.0 Installing p

Variable returned by Symfony controller always undefined

Ok, so I have a text field in which I type a string and I have a button next to it. <div class="sidebar-search"> <div class="input-group custom-se

How to group overlapping ranges of substrings?

I have a list of dictionary in the following format: ldict = [ {'start_offset': 0, 'end_offset': 10, 'string_type': 'verb'}, {'start_offset': 5, 'end_offset': 1

Create a newline from computed string

I would like to know how to add a newline in a computed string with the concatenation of string values. I need the values to be this. 1111 Ave, Apt 107 Iowa my

Iterating over a dataframe twice: which is the ideal way?

I am trying to create a dataframe for Sankey chart in Power BI which needs source and destination like this. id Source Destination 1 Starting a next point b 1

Vuetify carousel not taking up full width-height

I want to make a carousel that takes up the full width and height of a viewport. I'm using Vuetify in a vue.js 2 project. Here's my code: <head> <

Netbeans 12.5 not showing Web Service Operations in Web Service References

I am writing a web service client and using tutorial at https://netbeans.apache.org/kb/docs/websvc/client.html I am using netbeans 12.5. WSDL is imported succes

Solidity - Invalid BigNumber string (argument="value" value="" code=INVALID_ARGUMENT version=bignumber/5.4.2)

solidity newbie here. when I try to read the value of the people array. I'm getting an error: call to SimpleStorage.people errored: Error encoding arguments: E

How to test async function using pytest?

@pytest.fixture def d_service(): c = DService() return c # @pytest.mark.asyncio # tried it too async def test_get_file_list(d_service): files = aw

Azure Function App throwing 403 Error when sending zip file

I am using postman to make call to my Azure Function App. I am making a call which sends over a zip file and get a 403 error but when I send a JSON file it gets

Permission denied running Zookeeper

What permission does this need?

Pass object to javascript function from ejs

I'm trying to attach a click event from my ejs file but I noticed that when my data coming from my database has a "newline", I get an error that says: Unexpecte

how to delete an object from list in flutter

i want to delete an object from list of inventory in which i just have description and url of the inventory and i want to delete object of inventory by descript

how to write from an array in Access to an Excel Range

I have a data structure (array) in Access - 6 columns and 10 rows. I'm trying to write to a range in Excel ie B3:G12. I'm getting tied up in loops, literally. F

ASP.NET EF Core Database update on Mac using docker image Azure Sql Edge

I am new to mac and got Azure Sql Edge running using docker image. This is the command I ran to run the image. docker run -d --name SQLServerImg -e ACCEPT_EULA=

Azure Purview - How to extract schema output after the scan?

Is it possible to extract the schema after scanning an asset in Purview?

Getting an error when trying to execute the deploy script

I'm getting a Transaction reverted without a reason string when I try to execute the deploy script. Smart Contract: //SPDX-License-Identifier: MIT pragma solid

How do I find Hash type If I know INPUT an OUTPUT

I have an encrypted hash and I don't know the HASH TYPE. I have 2 alternatives, one of them is surely correct (matches INPUT with OUTPUT). How can I find the ha

How to send a image jpg/png file from react to express server

I am trying to send an object from react to express server using node.js this is my object: const formData = { location: location, cost: cost, email